Peak226: document the new Prebid Server adapter - #6715
Draft
chanand wants to merge 1 commit into
Draft
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Peak226: document the new Prebid Server adapter
This rewrites the existing
dev-docs/bidders/peak226.md, a 2018 stub left behind when theoriginal Peak226 Prebid.js adapter was removed in Prebid.js 3.0. The stub still declared a
uidparam that no longer exists, and
pbjs: true, which has been inaccurate since that removal.The page now documents the new Prebid Server adapter:
publisherId/placementId/regionparams, banner + video + native on both site and app, per-region request splitting,${AUCTION_PRICE}expansion, and the capability front-matter.Related PR
New Adapter: Peak226(draft)Scope
This is deliberately server-only.
pbjs: false— there is currently no Peak226 adapter inPrebid.js, and correcting that stale flag is part of this change. A Prebid.js adapter is planned;
when it lands we'll submit a follow-up docs PR adding the Prebid.js usage examples and flipping
pbjsback totrue.pbs: truebecomes accurate when the linked server PR merges — happy to hold this PR until then.Notable declarations
dchain_supported: false— the adapter does not populate demand chain.ortb_blocking_supported: trueanddeals_supported: true—bcat/badv/bapp,battrandimp.pmpare forwarded to the endpoint.usesCookies: falseand omits Purpose 1, so aTCF-compliant CMP cannot authorize a cookie drop. Bidding is unaffected (Purpose 2 declared).